12 lines
228 B
SYSTEMD
12 lines
228 B
SYSTEMD
|
[Unit]
|
||
|
Description=A custom url mapper for go packages!
|
||
|
After=network-online.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/opt/gocustomurls --conf $HOME/app.conf
|
||
|
Restart=always
|
||
|
SyslogIdentifier=gocustomurls
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|