13 lines
237 B
Desktop File
13 lines
237 B
Desktop File
[Unit]
|
|
Description=Command-line automation tool - daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
WorkingDirectory=/run
|
|
EnvironmentFile=/etc/default/ydotoold
|
|
ExecStart=/usr/bin/ydotoold $ARGS
|
|
Restart=always
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|