mirror of
https://github.com/wweir/sower.git
synced 2024-04-21 12:42:15 +00:00
14 lines
265 B
Desktop File
14 lines
265 B
Desktop File
[Unit]
|
|
Description=sowerd server service
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/local/bin/sowerd
|
|
Environment="FAKE_SITE=127.0.0.1:8080"
|
|
Environment="PASSWORD=I_am_Passw0rd"
|
|
Restart=on-failure
|
|
RestartSec=1min
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |