This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
#/etc/systemd/system/foo.service | |
[Unit] | |
#Description of the service | |
Description=foo | |
#Auto start on reboot when the target user target is availaible | |
After=multi-user.target | |
[Service] | |
#Switching the working directory (not needed, just an example) |