16 lines
221 B
Plaintext
16 lines
221 B
Plaintext
[Unit]
|
|
Description=${DESCRIPTION}
|
|
After=network.target
|
|
|
|
[Service]
|
|
ExecStart=${COMMAND}
|
|
Restart=always
|
|
RestartSec=60
|
|
WorkingDirectory=/var/pipedal
|
|
TimeoutStopSec=15
|
|
KillMode=process
|
|
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|