13 lines
253 B
Desktop File
13 lines
253 B
Desktop File
[Unit]
|
|
Description=EOLE Creole server
|
|
After=local-fs.target network.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
EnvironmentFile=-/etc/default/locale
|
|
ExecStart=/usr/sbin/creoled --pidfile /run/creoled.pid
|
|
PIDFile=/run/creoled.pid
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|