Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- [Unit]
- Description=Mystic Internet Service
- After=network-online.target nss-lookup.target
- Wants=network-online.target
- After=systemd-user-sessions.service
- After=home-nikoh-mystic.mount
- BindsTo=home-nikoh-mystic.mount
- [Service]
- Type=forking
- # The mis daemon needs to start as root as discussed above, or will fail to bind TCP ports.
- #User=root
- # Be sure to set the correct paths and script names below:
- #Type=simple
- User=nikoh
- #Group=users
- ExecStart=/home/nikoh/mystic/mis-start.sh
- ExecStop=/home/nikoh/mystic/mis-stop.sh
- Restart=always
- RestartSec=30
- [Install]
- WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement