1
0
mirror of https://git.envs.net/envs/ops.git synced 2024-06-23 09:07:10 +00:00
ops/etc/systemd/system/ifconfigme.service
2019-10-14 22:08:03 +00:00

15 lines
228 B
Desktop File

[Unit]
Description=ifconfig.me
After=network-online.target
[Service]
Type=simple
Restart=always
RestartSec=5s
WorkingDirectory=/srv/ifconfig/
ExecStart=/srv/ifconfig/ifconfig
User=services
[Install]
WantedBy=multi-user.target