mirror of
https://github.com/wweir/sower.git
synced 2024-04-21 12:42:15 +00:00
11 lines
204 B
Desktop File
11 lines
204 B
Desktop File
[Unit]
|
|
Description=sower client service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=/etc/sower
|
|
ExecStart=/usr/local/bin/sower -f /etc/sower/sower.hcl
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |