mirror of
https://github.com/wweir/sower.git
synced 2024-04-21 12:42:15 +00:00
15 lines
246 B
Desktop File
15 lines
246 B
Desktop File
[Unit]
|
|
Description=Sower client service
|
|
After=network.target
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
User=root
|
|
WorkingDirectory=/tmp
|
|
ExecStart=/usr/local/bin/sower -f /usr/local/etc/sower.toml
|
|
RestartSec=3
|
|
Restart=on-failure
|