mirror of
https://github.com/Eggbertx/gochan.git
synced 2025-08-18 11:46:23 -07:00
10 lines
175 B
SYSTEMD
10 lines
175 B
SYSTEMD
|
[Unit]
|
||
|
Description=gochan Daemon
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/home/vagrant/gochan/gochan
|
||
|
WorkingDirectory=/home/vagrant/gochan
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=default.target
|